body {
  overflow: hidden;
  background: #000;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  min-height: 415px;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0 0 0;
  color: white;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  padding: 0 20px 0 20px;
  height: 200px;
}

@media screen and (min-width: 621px) {
  .header {
    flex-direction: row;
  }
}

.header a {
  font-size: 18px;
  margin: 0 10px 0 10px;
}

.header .links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%
}

.title {
  color: #fff;
  font-size: 42px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  border: none;
  background: transparent;
  margin: 10px 0 0 0;
  text-align: center;
}

.sub-title {
  color: #fff;
  font-size: 38px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  border: none;
  background: transparent;
  margin: 10px 0 0 0;
  text-align: center;
}

.description {
  color: #fff;
  font-size: 38px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  border: none;
  background: transparent;
  text-align: center;
  margin: 15px 0 0 0;
}

@media screen and (min-width: 621px) {
  .description {
    font-size: 50px;
  }
}

li {
  margin: 6px 0 0 0;
}

.privacy {
  padding: 0 100px 0 50px;
  margin: 24px 0 24px 0;
  overflow-y: scroll;
}

.privacy a {
  font-size: 18px;
  text-decoration: underline;
}

.privacy .sub-title {
  font-size: 28px;
  text-align: left;
  margin: 30px 0 0 0;
}

.privacy .description {
  font-size: 18px;
  text-align: left;
}

.com-channels {
  display: flex;
  flex-direction: column;
}

.logos-holder-width {
  width: 140px
}

.logo {
  height: 50px;
  margin: -10px 0 0 0;
}

.logo-mobile {
  height: 100px;
  margin: 10px 0 35px 0;
}

.logo-mobile {
  display: block;
}

.logo {
  display: none;
}

@media screen and (min-width: 621px) {
  .logo-mobile {
    display: none;
  }
  .logo {
    display: block;
  }
}

.email {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px 0 0 0;
}

@media screen and (min-width: 621px) {
  .email {
    margin: 150px 0 0 0;
  }
}

span {
  color: #fff;
  font-size: 34px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}

form {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

form input {
  width: 250px;
  font-family: 'Lato', sans-serif;
  padding: 14px;
  font-size: 16px;
  background: white;
  border-radius: 12px;
  border: none;
}

form button {
  color: #fff;
  font-size: 25px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  border: none;
  background: transparent;
  margin: 10px;
}

@media screen and (min-width: 621px) {
  form button {
    margin: 0;
  }
}

form button:hover {
  text-decoration: underline;
}

.footer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 316px;
}

@media screen and (min-width: 599px) {
  .footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 40px 0 40px 0;
    color: white;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    padding: 0 20px 0 20px;
    height: 200px;
  }
}

.footer .links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 10px 0;
}

.footer .links a {
  margin: 0 10px 0 10px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer .links a div {
  margin: 0 10px 0 0;
}

@media screen and (min-width: 415px) {
  .footer .links {}
}

.footer .links a img {
  height: 30px;
}

.footer .links.venture a img {
  height: 45px;
}

a {
  color: #fff;
  font-size: 34px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#timeline .timeline-item:after,
#timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


/*body, html {
  height: 100%;
}*/


/*body {
  background: #f9f9f9;
  background-size: cover;
  margin: 0;
  padding: 0;
  font-family: helvetica, arial, tahoma, verdana;
  line-height: 20px;
  font-size: 14px;
  color: #726f77;
}*/

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1100px;
  margin: 80px auto 0 auto;
}

@media screen and (min-width: 621px) {
  .container {
    margin: 150px 0 0 0;
  }
}

h1,
h2,
h3,
h4 {
  font-family: 'Lato', sans-serif;
}

#timeline {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#timeline:before {
  content: "";
  width: 2px;
  height: 100%;
  background: white;
  left: 50%;
  top: 0;
  position: absolute;
}

#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}

#timeline .timeline-item .timeline-icon {
  background: white;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 14px;
  left: 14px;
}

#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: white;
  color: black;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid white;
}

#timeline .timeline-item .timeline-content.right {
  float: right;
}

#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid white;
}

.btn {
  padding: 5px 15px;
  text-decoration: none;
  background: transparent;
  border: 2px solid #f27c7c;
  color: #f27c7c;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-shadow: 2px 2px 0 #f27c7c;
  -moz-box-shadow: 2px 2px 0 #f27c7c;
  -ms-box-shadow: 2px 2px 0 #f27c7c;
  box-shadow: 2px 2px 0 #f27c7c;
}

.btn:hover {
  box-shadow: none;
  top: 2px;
  left: 2px;
  -webkit-box-shadow: 2px 2px 0 transparent;
  -moz-box-shadow: 2px 2px 0 transparent;
  -ms-box-shadow: 2px 2px 0 transparent;
  box-shadow: 2px 2px 0 transparent;
}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before,
  #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid white;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}

.testimonials {
  background: white;
  padding: 50px;
  border-radius: 10px;
}

.testimonials-header {
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin: 0 auto;
}

.testimonials-subheader {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin: 16px auto 48px;
  color: #555;
}

.group {
  background: white;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.testimonial-quote {
  font-size: 16px;
}

.testimonial-quote blockquote {
  /* Negate theme styles */
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: gray;
  font-family: Georgia, serif;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.4 !important;
  margin: 0;
  position: relative;
  text-shadow: 0 1px white;
  z-index: 600;
}

.testimonial-quote blockquote * {
  box-sizing: border-box;
}

.testimonial-quote blockquote p {
  color: #75808a;
  line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
  content: '\201C';
  color: #81bedb;
  font-size: 7.5em;
  font-weight: 700;
  opacity: .3;
  position: absolute;
  top: -.4em;
  left: -.2em;
  text-shadow: none;
  z-index: -300;
}

.testimonial-quote img {
  border-radius: 50%;
  display: block;
  width: 120px;
  height: 120px;
}

.testimonial-quote img.portrait {
  border: 3px solid #9CC1D3;
  border-radius: 50%;
  display: block;
  width: 120px;
  height: 120px;
}

.testimonial-quote cite {
  color: gray;
  display: block;
  font-size: .8em;
}

.testimonial-quote cite span {
  color: #5e5e5e;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px white;
}

.testimonial-quote {
  position: relative;
}

.testimonial-quote .quote-container {
  padding-left: 50px;
  width: 100%;
}

.testimonial-quote.right .quote-container {
  padding-left: 0;
  padding-right: 160px;
}

.testimonial-quote.right img {
  left: auto;
  right: 0;
}

.testimonial-quote.right cite {
  text-align: right;
}